home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / sbin / casper-login < prev    next >
Text File  |  2008-10-25  |  102b  |  7 lines

  1. #! /bin/sh
  2.  
  3. USERNAME=root
  4. [ -f /etc/casper.conf ] && . /etc/casper.conf
  5. exec /bin/login -f $USERNAME
  6.  
  7.